home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / to.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.2 KB  |  31 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-112]
  2. [C;6;B]        TO or -O <filename>
  3. [7]Default: take the name of the first (root) object file
  4. [J;1;N]
  5.   Defines the destination file name. This may be unused and \
  6. also an automatic file name will be generated. Anyway this is \
  7. safer while you develop and always modify your lk instructions.
  8.  
  9.   The automatic file name creator will use the root file name \
  10. (Or the very first object file name when no FROM/ROOT was specified) \
  11. deleting the eventual extension '.o' or '.exe'. If such a name exist \
  12. in the list of your object file names then '.exe' extension will be \
  13. appended. No check is provided if the option NOEXE has been used.
  14.  
  15.   If the given file name is a directory name, the usual auto \
  16. creator file name will be used and the result will be saved \
  17. into the given directory. The source file name will have its \
  18. path suppressed before the concatenation to the source file name.
  19.   Example:
  20. [2]    FROM prg:object/myprog.o
  21.     TO ram:
  22. [1]  generates the destination file name:
  23. [2]    ram:myprog
  24. [1]
  25.   See also:
  26. [L;3][LINK filename]            <filename>
  27. [LINK for]                FOR
  28. [LINK from]                FROM/ROOT
  29. [LINK noexe]                NOEXE
  30. [5; LINK about; GOTO address]        Become Registred
  31.